stopNestedScroll

open fun stopNestedScroll(@NonNull view: View)(source)

Stop a nested scroll in progress.

This version of the method just calls stopNestedScroll using the touch input type.

Parameters

view

view for which to stop the scroll.

See also


open fun stopNestedScroll(@NonNull view: View, type: Int)(source)

Stop a nested scroll in progress.

Calling this method when a nested scroll is not currently in progress is harmless.

Parameters

view

view for which to stop the scroll.

type

the type of input which cause this scroll event

See also